home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / conv / gfx2grob.lha / gfx2grob / InstallScript < prev   
Text File  |  1994-11-20  |  629b  |  39 lines

  1.  
  2. ; Script file to install gfx2grob & iff.library
  3.  
  4. FailAt 20
  5.  
  6. Echo "*niff.library Installation Script*n"
  7.  
  8. Copy /gfx2grob/gfx2grob C:gfx2grob
  9. Echo "*ngfx2grob copied to your C: directory."
  10.  
  11. Version >NIL: LIBS:iff.library
  12. If NOT ERROR
  13.     Echo "Version of iff.library already installed:"
  14.     Version LIBS:iff.library
  15.     Echo ""
  16. EndIf
  17.  
  18. Ask "Install iff.library (v23.2) ?"
  19. If NOT WARN
  20.     Skip Aborted
  21. EndIf
  22.  
  23. Copy /gfx2grob/libs/iff.library LIBS:iff.library
  24. Echo "*niff.library copied to your Libs: directory."
  25.  
  26. Lab INSTALLED
  27.  
  28. Echo "Installation complete.*n"
  29. Skip END
  30.  
  31. Lab ABORTED
  32.  
  33. Echo "*nInstallation aborted!*n"
  34.  
  35. Lab END
  36.  
  37. Wait 5
  38. EndCLI >NIL:
  39.